home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
xlib
/
yicons24
/
units
/
yakstick.cpp
< prev
next >
Wrap
Text File
|
1993-02-14
|
801b
|
44 lines
indVesaMode(xsize,ysize,24);
END;
IF mode = 0 THEN BEGIN
WriteLn('No such mode could be found !');
WriteLn('Switching to to 320x200.');
ReadKey;
mode := V320x200x256;
END;
END;
begin { program body }
SelectMode;
Initialize;
ReportStatus;
{ AspectRatioPlay; }
FillEllipsePlay;
SectorPlay;
WriteModePlay;
ColorPlay;
{ PalettePlay only intended to work on these drivers: }
if (GraphDriver = EGA) or
(GraphDriver = EGA64) or
(GraphDriver = VGA) then
PalettePlay;
PutPixelPlay;
{ PutImagePlay; }
RandBarPlay;
BarPlay;
Bar3DPlay;
ArcPlay;
CirclePlay;
PiePlay;
LineToPlay;
LineRelPlay;
{ LineStylePlay; }
{ UserLineStylePlay; }
TextDump;
TextPlay;
CrtModePlay;
FillStylePlay;
FillPatternPlay;